All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.naming.ServiceUnavailableException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.naming.NamingException
                           |
                           +----java.naming.ServiceUnavailableException

public class ServiceUnavailableException
extends NamingException
This exception is raised when attempting to communcate with a directory or naming service and that service is not available.


Constructor Index

 o ServiceUnavailableException()
Constructs a new instance of ServiceUnavailableException.
 o ServiceUnavailableException(Name, Object, Name)
Constructs a new instance of ServiceUnavailableException using the arguments supplied.
 o ServiceUnavailableException(Name, Object, Name, String)
Constructs a new instance of ServiceUnavailableException.
 o ServiceUnavailableException(String)
Constructs a new instance of ServiceUnavailableException using the arguments supplied.

Constructors

 o ServiceUnavailableException
 public ServiceUnavailableException(Name resolvedName,
                                    Object resolvedObj,
                                    Name remainingName,
                                    String explanation)
Constructs a new instance of ServiceUnavailableException.

Parameters:
resolvedName - The part of the name that has been successfully resolved.
resolvedObj - The object to which resolution was successful.
remainingName - The remaining unresolved portion of the name.
explanation - Additional detail about this exception.
 o ServiceUnavailableException
 public ServiceUnavailableException(Name resolvedName,
                                    Object resolvedObj,
                                    Name remainingName)
Constructs a new instance of ServiceUnavailableException using the arguments supplied.

Parameters:
resolvedName - The part of the name that has been successfully resolved.
resolvedObj - The object to which resolution was successful.
remainingName - The remaining unresolved portion of the name.
 o ServiceUnavailableException
 public ServiceUnavailableException(String explanation)
Constructs a new instance of ServiceUnavailableException using the arguments supplied.

Parameters:
explanation - Additional detail about this exception.
 o ServiceUnavailableException
 public ServiceUnavailableException()
Constructs a new instance of ServiceUnavailableException.


All Packages  Class Hierarchy  This Package  Previous  Next  Index